home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dngoend"
- else
- set the castNum of sprite clickOn() to the number of cast "goend"
- end if
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to the number of cast "goend"
- updateStage()
- go(1, "ENDING.DIR")
- end
-